Version

CollectionBase<T> Class Properties

For a list of all members of this type, see CollectionBase<T> members.

Public Properties
 NameDescription
Public PropertyCountGets the amount of items in the collection.  
Public PropertyIsReadOnlyGets whether or not the collection is read only.  
Public PropertyItemGets the item at the specified index.  
Protected Properties
 NameDescription
Protected PropertyItemsGets the unerlying collection used to store all items.  
See Also